EMT Practice Test
1. Question Content...
Question List
Question8: Which two console logs outputs NaN ?
Choose 2 answers
Question13: A developer uses a parsed JSON string to work with user information as in the block below:
01 const userInformation ={
02 " id " : "user-01",
03 "email" : "[email protected]",
04 "age" : 25
Which two options access the email attribute in the object?
Choose 2 answers
Question17: Which function should a developer use to repeatedly execute code at a fixed interval ?
Question39: Which three statements are true about promises ?
Choose 3 answers
Question50: Given the following code:
Let x =('15' + 10)*2;
What is the value of a?
